home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / PIDENTD-.{1R / TODO.{_3 < prev   
Text File  |  1999-09-17  |  710b  |  26 lines

  1. * Use the output from "uname -s" to auto-select the target in the Makefile.
  2.  
  3. * Write more ./READMEs/README.* files
  4.  
  5. * Implement more test programs in ./testdir
  6.  
  7. * Long and short command options.
  8.  
  9. * Implement a config file (/etc/identd.conf).
  10.  
  11. * Implement some way for an external program to register indirect
  12.   pointers. For example a TCP/IP relaying daemon might wanna do this.
  13.   So that the <Identifier> returned will look something like:
  14.  
  15.       42 , 4711 : USERID : OTHER : foo (fubar.su!bar)
  16.  
  17.   or:
  18.  
  19.       42 , 4711 : USERID : OTHER : foo (this.host.se!foo (fubar.su!bar))
  20.  
  21.   Probably should be implemented using a UNIX domain socket with access
  22.   control.
  23.  
  24. * Implement some way to encrypt <Identifiers>.
  25.  
  26.